projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251bf45
)
Adwaita: Fix hovering modelbutton arrows
author
Timm Bäder
<mail@baedert.org>
Sat, 10 Aug 2019 17:50:17 +0000
(19:50 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 11 Aug 2019 07:05:31 +0000
(09:05 +0200)
This CSS snippet was supposed to only recolor the popover arrow but
ended up also recoloring the > arrow on modelbuttons that show a
submenu. Make the selector more specific.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index d1bcbb31a93033ab73d2e0d35e9734f074056e7c..15bdc8faaf2b28983b0145f2ba78c1f9d7dbb1bc 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-4780,8
+4780,8
@@
popover.menu {
padding-bottom: 5px;
}
- arrow,
- &.background contents {
+
& >
arrow,
+ &.background
>
contents {
background-color: $menu_color;
}